home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DS-CD ROM 2 1993 August
/
DS CD-ROM 2.Ausgabe (August 1993).iso
/
utility
/
ds0360
/
pb32.exe
/
START.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-10-19
|
354b
|
29 lines
@echo off
:start2
s 1-3
s 4
if errorlevel 5 goto ende
if errorlevel 4 goto druck
if errorlevel 3 goto ansehen
if errorlevel 2 goto doku
if errorlevel 1 goto demo
goto start2
:demo
call demo
goto start2
:doku
bwriter handbuch.dok
goto start2
:ansehen
bwriter bestell.frm
goto start2
:druck
type bestell.frm >PRN
:ende
cls